home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / chibi.swf / scripts / DefineButton2_155 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-05-23  |  141b  |  12 lines

  1. on(press){
  2.    nigeCntz -= "1";
  3.    if("0" >= nigeCntz)
  4.    {
  5.       gotoAndPlay(12);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(37);
  10.    }
  11. }
  12.